home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 700 / textplus / unpacktpp400en < prev    next >
Text File  |  1995-03-18  |  801b  |  33 lines

  1. .K ""
  2. echo "This script will use the following archives to recreate the"
  3. echo "original TPP400EN distribution disk:"
  4. echo ""
  5. echo "  TPP400EN.lha =>    TPP400EN:"
  6. echo "  Common.lha   => TPP400EN:"
  7. echo ""
  8.  
  9. ask "Do you have a blank disk ready?"
  10. if not WARN
  11.     echo "Try again when you do ..."
  12.     echo "All Done.  Click close gadget to get rid of window."
  13.     endcli
  14. endif
  15.  
  16. ask "Is floppy drive df1: free?"
  17. if not WARN
  18.     echo "You will need to do the unpacking yourself."
  19.     echo "All Done.  Click close gadget to get rid of window."
  20.     endcli
  21. endif
  22.  
  23. sys:system/format drive df1: name TPP400EN noicons
  24.  
  25. echo "Unpacking TPP400EN.lha ..."
  26. :c/lha -x -a -m x TPP400EN.lha TPP400EN:
  27.  
  28. echo "Unpacking Common.lha ..."
  29. :c/lha -x -a -m x Common.lha TPP400EN:
  30.  
  31. echo "All Done.  Click close gadget to get rid of window."
  32. endcli
  33.